home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 1998 #5 / kompuutteri 5.98.iso / k-cs.dxr / Internal_167_KProg1 Install.ls < prev    next >
Encoding:
Text File  |  1998-03-22  |  188 b   |  12 lines

  1. on mouseDown
  2.   puppetSound(3, "Knap")
  3. end
  4.  
  5. on mouseUp
  6.   if the platform = "Windows,32" then
  7.     open("Launcher Icon32\Setup.EXE")
  8.   else
  9.     open("Launcher Icon16\Setup.EXE")
  10.   end if
  11. end
  12.